home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
- #import "typedefs.h"
-
- #define PI (3.14159265)
-
- @interface GraphView:View
- {
- id graphControllerPtr;
- int oldMask;
- float yScale; /* size of graph */
- int xSize, ySize; /* size of view */
- }
-
- - initFrame:(const NXRect *)r;
- - drawSelf:(const NXRect *)r: (int)c;
- - drawAxes:(int)theta: (int)phi;
- - drawBoundingBox: (int)theta: (int)phi;
- - drawGraph:(int)detail: (int)theta: (int)phi: (bigArray)graphArray;
-
- - mouseDown:(NXEvent *)e;
- - mouseDragged:(NXEvent *)e;
- - mouseUp:(NXEvent *)e;
-
- @end
-